home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / patty.swf / scripts / DefineButton2_123 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2008-03-17  |  117b  |  8 lines

  1. on(release){
  2.    if(_name.substr(0,1) == "p")
  3.    {
  4.       this.stopDrag();
  5.       _root.matchCheck(this);
  6.    }
  7. }
  8.